home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / linux / announce / 9pl2 < prev    next >
Text File  |  1995-04-22  |  3KB  |  81 lines

  1. This message announces the availability of version 0.9.2 of Linux/68k.
  2.  
  3. It can be ftped from directory /pub/linux/680x0 at tsx-11.mit.edu.
  4.  
  5. A precompiled kernel executable can be found in vmlinux-0.09pl2.gz in
  6. the "kernel" subdirectory.
  7.  
  8. The corresponding "bootstrap" program for the Amiga is available in
  9. file amiboot-1.8.gz in the "kernel" subdirectory.
  10.  
  11. If available, the "bootstrap" program for the Atari will be found in
  12. file "ataboot-0.2.gz" in the "kernel" subdirectory (the author of this
  13. ANNOUNCE-* file cannot compile such a "bootstrap" program and thus is
  14. waiting for one from someone else).
  15.  
  16. The source patch for the this version of the kernel can be found in
  17. linux-0.9.pl2.diff.gz in the "src" subdirectory.
  18.  
  19. The changes in this release against 0.9:
  20.  
  21.  - Many changes for Atari support were provided by Andreas Schwab.
  22.    This version should work on Atari TT and Falcon computers (once a
  23.    bootstrap program is available).
  24.  
  25.  - Inverse video added to the Amiga console device.
  26.  
  27.  - The "reboot" system call works on the Amiga.  This also means
  28.    that CTRL-ALT-DEL will reboot your machine (careful!).
  29.  
  30.  - Miscellaneous bug fixes (thanks to all who contributed them!)
  31.  
  32.  - First cut at a device driver for the Amiga internal serial port
  33.    included.  This driver makes use of the "generic" serial driver
  34.    support provided by Roman Hodek.  Thanks Roman!  As part of these
  35.    changes, "atari_serial.h" and "atari_serial.c" were renamed to
  36.    "serial.c" and "serial.h".
  37.  
  38.  - Some high-level console bug fixes.
  39.  
  40.  - Enhancements to the GVP Series II (Amiga) SCSI controller to
  41.    provide for DMA bounce buffers, and to provide a mechanism to
  42.    inform the driver that the DMA controller can access the entire 32
  43.    bit address space.  In order to do this, provide a:
  44.  
  45.       gvp11=0xfffffffe
  46.  
  47.    command line parameter to the Amiga "bootstrap" program.  The
  48.    default for this driver is to assume that the DMA controller can
  49.    only access the 24 bit (ZorroII) address space.  If you *know* that
  50.    your controller can access 32 bit memory (which is usually the case
  51.    if your HD controller is part of your GVP accelerator), then you
  52.    can probably use this option.
  53.  
  54.    A small fix was also made to a bug in the GVP driver which could
  55.    cause kernel bus errors in SCSI reset situations.
  56.  
  57.  - Support for version 2 of the Minix filesystem was provided by
  58.    Andreas Schwab.
  59.  
  60.  - Andreas Schwab provided support for access to the floating point
  61.    registers from gdb (this requires changes to gdb as well).
  62.  
  63. The precompiled kernel executable includes an Atari configuration, so
  64. if you are using an Amiga, you will probably want to reconfigure and
  65. recompile the kernel to exclude the Atari sources.  Similarly, if you
  66. are using an Atari, you will probably want to reconfigure and
  67. recompile the kernel to exclude the Amiga sources.
  68.  
  69. Note that I have released binaries for version 0.5a of the ext2
  70. filesystem utilies.  This includes a very fast version of the ext2
  71. filesystem integrity checker, fsck.ext2.  Older versions of these
  72. utilities should be replaced by these new ones.  The new binaries can
  73. be found in the "bin" subdirectory at tsx-11.mit.edu:/pub/linux/680x0.
  74.  
  75. Further hints and installation instructions should be gleaned from the
  76. older ANNOUNCE-* files found in the same directory as this one.
  77.  
  78. Note also that binary distribution of various GNU and Linux source
  79. packages are available from the "bin" subdirectory of the 680x0
  80. archive on tsx-11.mit.edu.
  81.